DL101
Modern C++ Tutorial
C++20: The Future of the Language
Learning Objectives
- Identify the 'Big Four' features and their impact on code safety and build performance.
- Apply Concepts to define clear constraints on template parameters.
- Utilize the Ranges library to perform functional-style data transformations.
- Implement basic Coroutines for asynchronous and lazy-evaluation patterns.
- Understand the transition from traditional header inclusions to the Modules system.